home *** CD-ROM | disk | FTP | other *** search
/ People & Parliament - A …er's Guide to Westminster / People and Parliament - A Stranger's Guide to Westminster (1998)(House of Commons).iso / parl / 8bit80.dir / 00092_Script_92 < prev    next >
Text File  |  1998-03-23  |  225b  |  13 lines

  1.  on MOUSEUP
  2.   if soundBusy (1) then
  3.     CLICK
  4.     puppetSound 1 = FALSE
  5.   ELSE
  6.     
  7.     puppetSound 1 = FALSE
  8.     sound stop 1
  9.     wait 20
  10.     sound playfile 1, the pathname & "sounds\MACMILLA.WAV"
  11.   END IF
  12.   
  13. end